home *** CD-ROM | disk | FTP | other *** search
- Path: news2.noc.netcom.net!news
- From: Tarang Deshpande <tarang@willows.com>
- Newsgroups: comp.lang.c
- Subject: Re: How to make it BEEP ?
- Date: Wed, 20 Mar 1996 08:53:33 -0800
- Organization: NETCOM Network Operations
- Message-ID: <3150380D.1511@willows.com>
- References: <4ihuuh$6ul@hatathli.csulb.edu> <4in0ih$o43@zeus.intellinet.com> <4in5r1$j90@druid.borland.com> <4inmv1$ljj@sunburst.ccs.yorku.ca>
- NNTP-Posting-Host: daffy.willows.com
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0GoldB1 (Win95; I)
-
- Shahed A. Quazi wrote:
- > C function on unix that I can use to make a beep sound.
-
- You could use printf ( "%c", 0x07 );
-